首页
策略
文库
社区
API文档
登录
立即注册
钉钉推送
推送
$.ddNotice(title, content) > title: 字符串类型,推送的标题 > content: 数组类型,markdown格式
Bitmex仓位变化推送微信(wss协议,需要bitmex api ID)
推送
使用websocket协议和平台最新的HMAC获取签名的方法,仓位有变化推送到微信
设定比特币价格并微信推送(教学)
推送
教学策略: 当币价高于或低于设定值后,自动推送一条消息到微信。可设定最小推送间隔。 When the price of the currency is higher or lower than the set value, a message is automatically pushed to WeChat or telegram. The minimum push interval can
实时推送币安成交到微信(wss协议练习)
推送
通过websocket协议,将币安成交信息推送到微信,可以作为wss协议的练习。 具体原理是30分钟更新一次listenKey,然后订阅账户订阅的datastream。
Telegram 发信接口 V2.0.0 Python
推送
Telegram API接口 (FMZ.com) 这个库目前只能Telegram发信 后续会增加更多功能。 初始化 ”` key 为 Bot key 获取 Bot key 可以参考 https://www.ccino.org/create-a-telegram-bot.html chat_id 为收信用户Telegram ID Telegram I
范例-定时测试微信消息推送
推送
定时测试微信消息推送 范例~抛砖引玉,方便用户参考学习。